You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > Regress Class > Regress Methods > Regress.RidgeOptimalk Method
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Regress.RidgeOptimalk Method

Optimal k value for ridge regression.

Syntax
C#
Visual Basic
public static void RidgeOptimalk([In] TVec y, [In] TMtx A, out double k);

Finds optimal k value for ridge regression, such that k minimizes ridge model MSE.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!